Created: 2022-10-09
When developing a site, always keep overflow in mind.
By default,
CSS does NOT HIDE any overflow of content
overflow: ; propertyhiddenscroll - to add scrollbar when content overflowsauto - usually works bestoverflow-y: scroll - only have a scrollbar on the y axis (left side)auto or scroll you create a Block Formatting Context (BFC).overflow for acquires a self-contained layout.
Long word in a small box,
consider using the following properties: